home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFOLDERPROCESSOR / TFOLDERPROCESSOR.txt
Text File  |  2004-10-12  |  1KB  |  64 lines

  1. object FolderProcessor: TFolderProcessor
  2.   Left = 283
  3.   Top = 254
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Processing Folders'
  7.   ClientHeight = 146
  8.   ClientWidth = 327
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lbCurrent: TLabel
  23.     Left = 16
  24.     Top = 8
  25.     Width = 297
  26.     Height = 33
  27.     AutoSize = False
  28.     ShowAccelChar = False
  29.     WordWrap = True
  30.   end
  31.   object lbAll: TLabel
  32.     Left = 16
  33.     Top = 72
  34.     Width = 79
  35.     Height = 13
  36.     Caption = 'Overall progress:'
  37.   end
  38.   object bCancel: TButton
  39.     Left = 116
  40.     Top = 116
  41.     Width = 97
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     Default = True
  46.     TabOrder = 0
  47.     OnClick = bCancelClick
  48.   end
  49.   object pbCurrent: TProgressBar
  50.     Left = 16
  51.     Top = 48
  52.     Width = 297
  53.     Height = 17
  54.     TabOrder = 1
  55.   end
  56.   object pbAll: TProgressBar
  57.     Left = 16
  58.     Top = 88
  59.     Width = 297
  60.     Height = 17
  61.     TabOrder = 2
  62.   end
  63. end
  64.